delete file in php

34

php remove file -

if(file_exists($file)) {
	unlink($file);
} 

Comments

Submit
0 Comments